home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Text / DataMan ƒ / Example Instructions / EX—Add constant to column / EX—Add constant to column
Encoding:
Text File  |  1992-05-08  |  154 b   |  5 lines  |  [DMN1/DMAN]

  1. % Adds 0.1 to third column in _selected_ table. Modify to add different amounts to different columns.
  2. s oe ^1-2000[!^p]
  3. w ^1¬2&    ^3¬3&+0.1    ^4¬&
  4. b
  5.